Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use WebSockets pkg version supported on unix and enable tests #1396

Merged
merged 1 commit into from
Jul 26, 2016

Conversation

mconnew
Copy link
Member

@mconnew mconnew commented Jul 25, 2016

Fixes #625
Fixes #420

@mconnew
Copy link
Member Author

mconnew commented Jul 25, 2016

@dotnet-bot test outerloop Ubuntu14.01

1 similar comment
@mconnew
Copy link
Member Author

mconnew commented Jul 25, 2016

@dotnet-bot test outerloop Ubuntu14.01

@mconnew
Copy link
Member Author

mconnew commented Jul 25, 2016

@dotnet-bot test all outerloop

@roncain
Copy link
Contributor

roncain commented Jul 26, 2016

LGTM
Question only (don't block on it) -- doesn't this also fix #420? If so, consider updating the description at the top.

@@ -18,6 +18,7 @@
"Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00520-02",
"System.Collections.NonGeneric": "4.0.1",
"System.Collections.Specialized": "4.0.1",
"System.Net.WebSockets.Client": "4.0.1-beta-24322-03",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we try to not add "System.Net.WebSockets.Client": "4.0.1-beta-24322-03" in test-runtime as this will add this package dependency to ALL test project while we likely only need this for websocket tests?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chicken and egg with nuget package dependencies. Once we release a new build of the SM packages, this will get pulled in as a product dependency on all the tests anyway.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed to merge this first.

@mconnew do you like to have an issue opened to track to remove this dependency from test-runtime later or will you just remember it? 😄

@mconnew mconnew merged commit fb32131 into dotnet:master Jul 26, 2016
@mconnew mconnew deleted the UnixWebSockets branch August 1, 2016 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants